home *** CD-ROM | disk | FTP | other *** search
/ CD Ware Multimedia 1995 May / cd Ware (Juegos) Epimundo.iso / DOS / C / MYSTERYC.ZIP / EXH4.C < prev    next >
Encoding:
C/C++ Source or Header  |  1993-06-14  |  66 b   |  7 lines

  1. #include <stdio.h>
  2. main()
  3. {
  4. int i = 10;
  5. printf("%d", i);
  6. }
  7.